To configure git to remember which merge tool you want, type git config –global merge.tool [tool]. For meld use: $ git config --global merge.tool meld ...
Meld is a graphical diff viewer and merge application for the GNOME desktop. It supports 2 and 3-file diffs, recursive directory diffs, diffing of directories ...